You can activate a leaderboard ad within the theme settings, but if you want something different you'll need to add the adsense code into the theme files directly. If you want it to show on every page, edit the index.php, archive.php, single.php and page.php files like this:
<div id="content">
**insert adsense code here**
If you want some space around it, you could add something like this:
<div style="margin-top:10px;margin-bottom:10px;">**insert code here**</div>