in this case, an image does not help.
could you post the name of your theme (if it is a free theme, with download link)
or a link to your site ?
and/or paste the code of the corresponding sidebar template file into a http://wordpress.pastebin.com/ and post the link to it here ?
general, a dynamic sidebar starts with some code, similar to: if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) :
to have your ad shown before the dynamic area, insert your code before this line of your right sidebar area;
make sure not to mix/violate the opening and closing php tags.