Why I am getting double jquery?

Some plugins do not use the recommended method of wp_enqueue_script(), and instead bundle jQuery with the plugin (or use an external version) and load it through dropping a <script> tag into the page head.

Really, the only way to fix this is to manually edit the plugin files and remove the duplicate call to jQuery. However, looking at your linked page, you only are loading jQuery 1.8.2?