I don't know what you're trying to do with the array in your if statement, it should merely be:
Code:
<if condition="$post[postcount]==2">
<div style="padding:6px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" align="center">
ADSENSE CODES........
</td>
</tr>
</table>
</div>
</if>
I don't know for sure that postcount==2 will work outside the actual post but if it does then that is the correct if statement.