(the following suggestion is made without knowing any particular features of your theme. it is based on the general structure of 'simple' themes.)
try to locate this code (either in header.php, or index.php, or ?)
<!-- main page block -->
<div id="main" class="block-content">
<div class="mask-main rightdiv">
<div class="mask-left">
add your adsense after the second line:
<!-- main page block -->
<div id="main" class="block-content">
<div class="adsense-top">ADSENSE</div>
<div class="mask-main rightdiv">
<div class="mask-left">
the example above uses a div with a css class .adsense-top which you could use to add extra formatting