That often indicates a mismatch of architecture, meaning that one DLL might be for the x86 architecture, while your application was built for the x64 architecture.
Did you download the matching SFML version?
Are you actually using the MinGW compiler shipped with Code::Blocks? If not, you might copy the libstdc++ and libgcc libraries from the compiler you're actually using