The solution is to unmount and remove the USB pendrive and then rm the Stick directory from /media on your hard drive. The next time you insert the USB pendrive into your PC it will correctly mount as /media/Stick
cd /media

sudo umount Stick_    # NOW REMOVE THE PENDRIVE FROM YOUR PC

sudo rm Stick -rf     # ONLY IF YOU'RE SURE YOU DON'T NEED THIS DATA