Yes, I’m sure it’s related to both plugins. It might be a wordpress but as well, however seeing a lot of other plugins work correctly with Ad Rotate I think it’s a bug with your code.
I was able to fix (read: hack) the problem by adding
global $_wp_last_object_menu;
$_wp_last_object_menu++;
in line 15 of function wpcf7_admin_menu
in file wp-content/plugins/contact-form-7/admin/admin.php