Beware that if you place your iAd either inside the header/footer view of a table view or inside any of its cells, Apple will most certainly reject your app. It's an Apple requirement that iAd be placed in a static position that does not scroll.
So what you basically need to do is use a normal UIViewController, add a UITableView, then resize it and place the iAd on top of it.