Spot on! this is exactly what I need. Now I have perfectly integrated JQuery Mobile into Customizr.
Working Code:
if (!is_admin() && !isset( $_REQUEST['wp_customize'] ))
add_action('wp_enqueue_scripts', array($this, 'addJQueryMobile'));
Thank you for your help and your great theme.