I found this script on the forum somewhere a while ago.
begin
SDK.log('Victory Music Ends', 'sandgolem', 1, '7.06.06')
rescue
end
class Scene_Battle
alias sandgolem_victorymusend_battle_main main
def main
sandgolem_victorymusend_battle_main
Audio.me_stop
end
end
That should stop it.