awk '/STMC/{m=$1} m && /^There/ && int($3)>0 {print m, $3}' file
/STMC/{m=$1}
m && /^There/ && int($3)>0 {print m, $3}